home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #4 / Amiga Plus CD - 2000 - No. 4.iso / Tools / Dev / powerd / lib / powerd_lib.lha / PowerD / MouseXY.ass < prev    next >
Encoding:
Text File  |  1999-06-23  |  102 b   |  10 lines

  1. ; a0 - window
  2.  
  3.     xdef    _MouseXY
  4.  
  5. _MouseXY    move.w    (14,a0),d0
  6.     move.w    (12,a0),d1
  7.     ext.l    d0
  8.     ext.l    d1
  9.     rts
  10.